func github.com/vmihailenco/msgpack/v5.decodeInterfaceValue

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_value.go#L38: 		reflect.Interface:     decodeInterfaceValue,
		decode_value.go#L180: func decodeInterfaceValue(d *Decoder, v reflect.Value) error {
		intern.go#L119: 	return decodeInterfaceValue(d, v)